#####################################################################
Note if you have already installed Homemade dictionary ver1.3
then you should also do the following first:
1. login as root
               $ su 
2.             # su postgres
3. Drop dict database
	       # dropdb dict
############################################################	

Install jdk1.5.0/jre 1.5.0 or above
Install postgresql
login as root.

Now write verbatim as follows:
# su - postgres
# adduser --createdb <root>
# adduser --createdb <your loginID>

Note: You must answer
Above lines create previlidge for root,and your login to access  postgresql server,that user can add new databases.


#./runMeOnceOnly.sh
logout root
append java/bin directory to ur PATH

Note above script:
Configures previldges for users to access the database in proper fashion.



# note this is the command that you would always have to run
# prior commands are meant to be executed only once
$./runalways.sh




For other features,faq and detailed readme refer to documenatation/
